From: YAMAMOTO Mitsuharu Date: Wed, 13 Jun 2007 08:21:35 +0000 (+0000) Subject: (struct image) [HAVE_WINDOW_SYSTEM]: New members X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18430 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=e843721d644e411385014e0f4947478bc2aec0f1;p=emacs.git (struct image) [HAVE_WINDOW_SYSTEM]: New members frame_foreground and frame_background. --- diff --git a/src/dispextern.h b/src/dispextern.h index 2dd0d91b111..038f6d940b0 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -2431,6 +2431,10 @@ struct image if necessary. */ unsigned long background; + /* Foreground and background colors of the frame on which the image + is created. */ + unsigned long frame_foreground, frame_background; + /* True if this image has a `transparent' background -- that is, is uses an image mask. The accessor macro for this is `IMAGE_BACKGROUND_TRANSPARENT'. */